runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L1091: 		sched.stopwait = freezeStopWait
		proc.go#L1553: 	sched.stopwait = gomaxprocs
		proc.go#L1559: 	sched.stopwait--
		proc.go#L1570: 			sched.stopwait--
		proc.go#L1586: 		sched.stopwait--
		proc.go#L1588: 	wait := sched.stopwait > 0
		proc.go#L1617: 	if sched.stopwait != 0 {
		proc.go#L3039: 		sched.stopwait--
		proc.go#L3040: 		if sched.stopwait == 0 {
		proc.go#L3192: 	sched.stopwait--
		proc.go#L3193: 	if sched.stopwait == 0 {
		proc.go#L4504: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L4520: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L4706: 	if sched.stopwait == freezeStopWait {
		proc.go#L6343: 		print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
		runtime2.go#L838: 	stopwait   int32